使用阿里云镜像替换CentOS默认yum源
1 | [root@localhost ~]# wget -O /etc/yum.repos.d/CentOS-Base.repo https://mirrors.aliyun.com/repo/Centos-7.repo |
查看更新前版本
1 | [root@localhost ~]# cat /etc/redhat-release |
执行更新
重要数据需要做好备份。
1 | [root@localhost ~]# yum check-update |
查看更新后版本
1 | [root@localhost ~]# cat /etc/redhat-release |
参考资料:
1.CentOS 镜像